github.com/gotd/log.Value.s (field)

4 uses

	github.com/gotd/log (current package)
		attr.go#L41: 	s    string
		attr.go#L85: 		return v.s
		attr.go#L112: 		return v.s
		attr.go#L139: 	return Attr{Key: key, Value: Value{kind: KindString, s: value}}